home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / wloanpro.zip / READ1ST.TXT < prev    next >
Text File  |  1993-06-01  |  4KB  |  87 lines

  1.                      WINLOAN PRO VERSION 1.0
  2.                          
  3.  
  4.                       (c) Copyright 1993 By
  5.  
  6.                         Duane D. Becker
  7.                        2419 Cochin Street
  8.                      Grand Island, NE 68801
  9.  
  10.  
  11. This program is written for Microsoft Windows using Microsoft Visual 
  12. Basic 2.0.  To run the program create an application icon in Windows, 
  13. or execute it from File Manager.  The dynamic link library files 
  14. VBRUN200.DLL and DDEML.DLL need to be in the same directory with 
  15. WLOAN.EXE or in your path.  It will run on any IBM compatible computer 
  16. using Microsoft Windows Version 3.1 in standard or enhanced mode.
  17.  
  18. You have the option of entering the Loan Amount, Interest Rate, and
  19. Term and have the program calculate the Payment, or entering
  20. a Payment and have the program calculate a Loan Amount for that 
  21. Payment.  Options are available for monthly, bi-monthly, weekly or
  22. bi-weekly payments.  Loan files can be saved and re-opened at a later
  23. time.
  24.  
  25. An option is provided to have the interest totals calculated for each
  26. year or to have the interest totals accumulate throughout the term of
  27. the loan.
  28.  
  29. WinLoan Pro has the capability to calculate variable rate loans,
  30. and to make additional payments on the loan.
  31.  
  32. A registered copy of the program may be obtained for only $25.00 by
  33. using the order form provided with the printed report.  The unregistered
  34. program is exactly the same as a registered copy except that a the printed
  35. report indicates that it is an unregisted copy and includes the order form 
  36. for registration.
  37.  
  38. Please distribute the unregistered copy to anyone you know who may be 
  39. interested in it. 
  40.  
  41.  
  42. ----------------------------------------------------------------------------
  43.  
  44. The following procedure is suggested  for installation on your hard drive.
  45.  
  46.     1) Make a sub directory on your hard drive such as \WLOAN.   You can do
  47.        this at the DOS prompt by typing  "MD \WLOAN",  or you can make a 
  48.        directory using the Windows File Manager.
  49.  
  50.    2) Copy the files from the floppy disk to the new directory.  You can do
  51.       this at the DOS prompt by typing "COPY  A:*.*  C:\WLOAN\*.* " if your
  52.       loan directory is on drive C, or  you can copy the files from the 
  53.       floppy disk using Windows File Manager. The WLOAN directory should 
  54.       contain the following files: WLOAN.EXE, LOANHELP.HLP, and SAMPLE.INP. 
  55.       VBRUN200.DLL and DDEML.DLL should be in this directory or in your 
  56.       windows system directory.
  57.  
  58.    3) Make an application icon.  Enter Windows Program Manager and  
  59.       "Restore" the "Applications" program group.  Then click "New" from
  60.       the "File" menu.   Select "Program Item" and click the "OK" button.
  61.       Enter "WinLoan Pro" in the "Description" text field.   
  62.       Enter "C:\WLOAN\WLOAN.EXE" in the "Command Line" text field.  
  63.       Then, click the "OK" button.
  64.  
  65.    
  66.  
  67. ----------------------------------------------------------------------------
  68.                       
  69.  
  70. DUANE BECKER DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING,
  71. BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
  72. PARTICULAR PURPOSE, WITH RESPECT TO THE PRODUCT.  SHOULD THE PROGRAM PROVE 
  73. DEFECTIVE, THE PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE COST OF ALL 
  74. NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY INCIDENTAL OR CONSEQUEN-
  75. TIAL DAMAGES.  IN NO EVENT WILL DUANE BECKER BE LIABLE FOR ANY DAMAGES 
  76. WHATSOEVER (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF BUSINESS 
  77. PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION AND THE LIKE) 
  78. ARISING OUT OF THE USE OR THE INABILITY TO USE THIS PRODUCT EVEN IF 
  79. DUANE BECKER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  80.  
  81. Use of this product for any period of time constitutes your acceptance 
  82. of this agreement and subjects you to its contents.
  83.  
  84.  
  85.  
  86.  
  87.